projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c0b76c
)
(put_entries): Use %ld.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 4 Apr 1998 02:22:08 +0000
(
02:22
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 4 Apr 1998 02:22:08 +0000
(
02:22
+0000)
lib-src/etags.c
patch
|
blob
|
history
diff --git
a/lib-src/etags.c
b/lib-src/etags.c
index e2eb55c9f69e4c94f118474b5267821e02e65d83..7217d75f9fc88edf509a7fd725dee308e461cbff 100644
(file)
--- a/
lib-src/etags.c
+++ b/
lib-src/etags.c
@@
-1512,10
+1512,10
@@
put_entries (node)
if (!CTAGS)
{
if (node->name != NULL)
- fprintf (tagf, "%s\177%s\001%d,%d\n",
+ fprintf (tagf, "%s\177%s\001%d,%
l
d\n",
node->pat, node->name, node->lno, node->cno);
else
- fprintf (tagf, "%s\177%d,%d\n",
+ fprintf (tagf, "%s\177%d,%
l
d\n",
node->pat, node->lno, node->cno);
}
else